home *** CD-ROM | disk | FTP | other *** search
/ All About the French Know-How at E3 2000 (USA) / All About the French Know-How at E3 2000 (USA).bin / Data / 15008 / TheoBr01.cab / _2E4994F6000B11D48F08965B7DEAC134 < prev    next >
Text File  |  2000-03-08  |  8KB  |  304 lines

  1. <html>
  2.  
  3. <head>
  4.  
  5.  
  6. <title>Les jeux</title>
  7. <link REL="stylesheet" TYPE="text/css" HREF="Style%20Sheet1.css">
  8. <script ID="clientEventHandlersJS" LANGUAGE="javascript">
  9. <!--
  10. var thistext ="";
  11. var thisinfo = "" ;
  12. function fermer_onclick() {
  13. var Obj;
  14. var strName ;
  15. var strCtl ;
  16. for( i = 0; i< document.all.length; i++)
  17. {
  18.     Obj = document.all(i) ;
  19.     strName = Obj.id ;
  20.     if( strName != "undefined" )
  21.     strCtl = strName.substr(0,4) ;
  22.     if( strCtl == "info" || strCtl == "cont" )
  23.     {
  24.         Obj.style.display = "none" ;
  25.     }
  26. }
  27. }
  28.  
  29. function aggrandir_onclick() {
  30. var Obj;
  31. var strName ;
  32. var strCtl ;
  33. for( i = 0; i< document.all.length; i++)
  34. {
  35.     Obj = document.all(i) ;
  36.     strName = Obj.id ;
  37.     if( strName != "undefined" )
  38.     strCtl = strName.substr(0,4) ;
  39.     if( strCtl == "info")
  40.     {    
  41.         if( Obj.style.display == "block" )
  42.         {    
  43.             thisinfo = strName ;
  44.             Obj.style.display = "none" ;
  45.             Obj.className = "grosseinfo" ;
  46.             
  47.         }
  48.         Obj.style.display = "none" ;
  49.     }
  50.     if( strCtl == "cont")
  51.         Obj.style.display = "none" ;
  52.     if( strCtl == "text")
  53.     {
  54.         
  55.             thistext = strName ;
  56.             Obj.style.display = "none" ;
  57.         
  58.         
  59.     }
  60.                     
  61. }
  62. document.all.item(thisinfo).style.display = "block" ;
  63. controleg.style.display = "block" ;
  64. }
  65.  
  66. function rapetisser_onclick() {
  67. var Obj;
  68. var strName ;
  69. var strCtl ;
  70. for( i = 0; i< document.all.length; i++)
  71. {
  72.     Obj = document.all(i) ;
  73.     strName = Obj.id ;
  74.     if( strName != "undefined" )
  75.     strCtl = strName.substr(0,4) ;
  76.     if( strCtl == "info")
  77.     {    
  78.         if( Obj.style.display == "block" )
  79.         {    
  80.             thisinfo = strName ;
  81.             Obj.style.display = "none" ;
  82.             Obj.className = "infotext" ;
  83.             
  84.         }
  85.         Obj.style.display = "none" ;
  86.     }
  87.     if( strCtl == "cont")
  88.         Obj.style.display = "none" ;
  89.     
  90.                     
  91. }
  92. document.all.item(thisinfo).style.display = "block" ;
  93. document.all.item(thistext).style.display = "block" ;
  94. controle.style.display = "block" ;
  95.  
  96. }
  97.  
  98. function fermerg_onclick() {
  99. var Obj;
  100. var strName ;
  101. var strCtl ;
  102. for( i = 0; i< document.all.length; i++)
  103. {
  104.     Obj = document.all(i) ;
  105.     strName = Obj.id ;
  106.     if( strName != "undefined" )
  107.     strCtl = strName.substr(0,4) ;
  108.     if( strCtl == "info"  )
  109.     {
  110.         Obj.className = "infotext" ;
  111.         Obj.style.display = "none" ;
  112.     }
  113.     if( strCtl == "cont"  )
  114.     {
  115.         Obj.style.display = "none" ;
  116.     }
  117. }
  118. document.all.item(thistext).style.display = "block" ;
  119. }
  120.  
  121. function ASRRec1_SpeechRecognized(phrase,score,action) {
  122.  
  123. if( score < 50)
  124.     return;
  125. switch(action)
  126. {
  127.  
  128. case 1:
  129.     document.location.href = "pageprinGB.htm";
  130.     break;
  131. case 3 :
  132.     document.location.href = "quiGB.htm" ;break;
  133. case 4 :
  134.     document.location.href = "contacteGB.htm";break;
  135. case 5:
  136.     document.location.href = "aideGB.htm";break;
  137. case 6:
  138.     document.location.href = "nosGB.htm";break;
  139. case 7:
  140.     document.location.href = "agendaGB.htm";break;
  141. case 8:
  142.     document.location.href = "revuesGB.htm";break;
  143. case 9:
  144.     document.location.href = "ensavoirGB.htm";break;
  145. case 10:
  146.     document.location.href = "nouvelleGB.htm";break;
  147. case 11:
  148.     document.location.href = "nouvelle1GB.htm";break;
  149.  
  150. case 13:
  151.     document.location.href = "nouvelle3GB.htm";break;
  152. case 14:
  153.     window.print();break;
  154.  
  155.  
  156.     
  157. case 100:
  158.     document.location.href = "defaultGB.htm";break;
  159. case 101:
  160.     window.history.back(1);break;
  161. case 102:
  162.     window.history.forward(1);break;
  163.     
  164. case 103 :
  165.     CommandesP.click() ;break;
  166. case 104 :
  167.     {
  168.     
  169.      document.location.href="default1.htm" ; 
  170.      break ;
  171.     }
  172. case 1000:
  173.     window.close();break;
  174.  
  175. }
  176. }
  177.  
  178.  
  179.  
  180.  
  181. //-->
  182. </script>
  183. <script LANGUAGE="javascript" FOR="ASRRec1" EVENT="SpeechRecognized(phrase, score, action)">
  184. <!--
  185.  
  186.  ASRRec1_SpeechRecognized(phrase,score,action)
  187. //-->
  188. </script>
  189. </head>
  190.  
  191.  
  192.  
  193. <body background="images/pourfairequoigb.gif" 
  194. style="background-repeat:no-repeat" 
  195. LANGUAGE="javascript">
  196.  
  197. <img 
  198.      src="images/dummylogo.gif" WIDTH="139" HEIGHT="85" 
  199.       onclick="location.href='defaultGB.htm'"
  200.       style="CURSOR: hand ; POSITION: absolute; LEFT : 620px; TOP : 490px"> 
  201.       
  202.       
  203.       
  204. <OBJECT classid="clsid:80B9E3EF-AD88-11D3-9FEB-D74ABDA2E736" id=ASRRec1 style="BACKGROUND-COLOR: #285098; LEFT: 13px; POSITION: absolute; TOP: 0px; POSITION: ABSOLUTE;" VIEWASTEXT>
  205.     <PARAM NAME="_cx" VALUE="6244">
  206.     <PARAM NAME="_cy" VALUE="2064">
  207.     <PARAM NAME="DatbaseName" VALUE="MyDb">
  208.     <PARAM NAME="ContextName" VALUE="sitegb">
  209.     <PARAM NAME="UserName" VALUE="generic user">
  210.     <PARAM NAME="EnvName" VALUE="Win32"></OBJECT>
  211.     
  212.  
  213. <table ALIGN="left" BORDER="0" class="tab1" LANGUAGE="javascript" id="table1">
  214.   <tr>
  215.     <td BACKGROUND="images/boutonrecvoc1rogb.gif" height="70" onclick="location.href='pageprinGB.htm'" style="CURSOR: hand; background-repeat:no-repeat" onmouseover="IMG1.style.visibility = 'hidden'" onmouseout="IMG1.style.visibility='visible'">
  216.         <a style="TEXTDECORATION:none" href="pageprinGB.htm">
  217.         <img src="images/boutonrecvoc1gb.gif" border="0" id="IMG1" WIDTH="130" HEIGHT="64"> 
  218.         </a>
  219.     </td>
  220.   </tr>
  221.   <tr>
  222.     <td>
  223.         <img src="images/boutonfq1selgb.gif" border="0" id="IMG2" WIDTH="130" HEIGHT="56"> 
  224.         
  225.     </td>
  226.   </tr>
  227.   <tr>
  228.     <td BACKGROUND="images/boutonqui1rogb.gif" onclick="location.href='quiGB.htm'" style="CURSOR:  hand; background-repeat:no-repeat" onmouseover="IMG3.style.visibility = 'hidden'" onmouseout="IMG3.style.visibility='visible'">
  229.     <a style="TEXTDECORATION:none" href="quiGB.htm">
  230.         <img src="images/boutonqui1gb.gif" border="0" id="IMG3" WIDTH="130" HEIGHT="55"> 
  231.     </a>    
  232.     </td>
  233.   </tr>
  234.   <tr>
  235.     <td BACKGROUND="images/boutoncontact1rogb.gif" onclick="location.href='contacteGB.htm'" style="CURSOR: hand; background-repeat:no-repeat" onmouseover="IMG4.style.visibility = 'hidden'" onmouseout="IMG4.style.visibility='visible'">
  236.     <a style="TEXTDECORATION:none" href="contacteGB.htm">
  237.         <img src="images/boutoncontact1gb.gif" border="0" id="IMG4" WIDTH="130" HEIGHT="54"> 
  238.     </a>    
  239.     </td>
  240.   </tr>
  241.   <tr>
  242.     <td BACKGROUND="images/boutonaide1rogb.gif" onclick="location.href='aideGB.htm'" style="CURSOR:  hand; background-repeat:no-repeat" onmouseover="IMG5.style.visibility = 'hidden'" onmouseout="IMG5.style.visibility='visible'">
  243.     <a style="TEXTDECORATION:none" href="aideGB.htm">
  244.         <img src="images/boutonaide1gb.gif" border="0" id="IMG5" WIDTH="130" HEIGHT="56"> 
  245.     </a>    
  246.     </td>
  247.   </tr>
  248. </table> 
  249.  
  250. <div id="table2" class="tab2" LANGUAGE="javascript">
  251.  
  252. <table WIDTH="100" ALIGN="left" BORDER="0" cellspacing="10" CELLPADDING="1">
  253.   <tr>
  254.     <td LANGUAGE="javascript" class="nav1" onmouseover="this.bgColor = '#FFA500' " onmouseout="this.bgColor = '#FFFFFF' " onclick="location.href='nouvelleGB.htm'" style="CURSOR: hand">
  255.    Browsing
  256.     </td>
  257.   </tr>
  258.   <tr>
  259.     <td LANGUAGE="javascript" class="nav1" onmouseover="this.bgColor = '#FFA500' " onmouseout="this.bgColor = '#FFFFFF' " onclick="location.href='nouvelleGB.htm'" style="CURSOR: hand">Data research 
  260.     </td>
  261.   </tr>
  262.   <tr>
  263.     <td LANGUAGE="javascript" class="nav1" style="COLOR : orange" bgcolor="blue">Games </td>
  264.   </tr>
  265.   <tr>
  266.     <td LANGUAGE="javascript" class="nav1" onmouseover="this.bgColor = '#FFA500' " onmouseout="this.bgColor = '#FFFFFF' " onclick="location.href='nouvelle3GB.htm'" style="CURSOR: hand">
  267.    Education
  268.     </td>
  269.   </tr>
  270.   
  271. </table>
  272. </div>
  273.  
  274. <img id="aide1" class="aidepic" src="images/aidepicgb.gif" WIDTH="271" HEIGHT="207"> 
  275. <div id="controle" class="infocontrole" style="DISPLAY:none">
  276.     <table>
  277.         <td id="aggrandir" LANGUAGE="javascript" onclick="return aggrandir_onclick()">
  278.             <img src="images/aggrandir.gif" style="border:'2px solid black'" WIDTH="40" HEIGHT="40">
  279.         </td>
  280.         <td id="fermer" LANGUAGE="javascript" onclick="return fermer_onclick()">
  281.             <img src="images/fermer.gif" style="border:'2px solid black'" WIDTH="40" HEIGHT="40">
  282.         </td>
  283.     </table>
  284. </div>
  285.  
  286. <div id="controleg" class="infocontroleg" style="DISPLAY:none">
  287.     <table>
  288.         <td id="rapetisser" LANGUAGE="javascript" onclick="return rapetisser_onclick()">
  289.             <img src="images/rapetisser.gif" style="border:'2px solid black'" WIDTH="40" HEIGHT="40">
  290.         </td>
  291.         <td id="fermerg" LANGUAGE="javascript" onclick="return fermerg_onclick()">
  292.             <img src="images/fermer.gif" style="border:'2px solid black'" WIDTH="40" HEIGHT="40">
  293.         </td>
  294.     </table>
  295. </div>
  296.  
  297. <div id ="text1" class="defaulttext">
  298. <h2> Work in process ! </h2>
  299. </div>
  300. </body>
  301.  
  302.  
  303. </html>
  304.